| lcDrwGetObjectByID | Home |
|
HANDLE lcDrwGetObjectByID ( HANDLE hDrw, int ObjType, int Id ); |
| hDrw | |
| Handle to a drawing object. | |
| ObjType | |
|
Object type. | |
| Id | |
| Object's identifier (LC_PROP_TABLE_ID property) | |
|
Handle to an object. If an object with specified identifier is not found, the function returns NULL. |
| lcDrwGetObjectByName, lcDrwGetObjectByIDH |